Click or drag to resize

Dialog Class

The Dialog class represents a peer-to-peer SIP relationship between two clients that persists for some time. The Dialog facilitates sequencing of messages between the clients and proper routing of requests between both of them.
Inheritance Hierarchy
SystemObject
  Independentsoft.SipDialog

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Dialog

The Dialog type exposes the following members.

Constructors
  NameDescription
Public methodDialog
Initializes a new instance of the Dialog class.
Top
Properties
  NameDescription
Public propertyCallID
Gets Call-ID header field of the dialog.
Public propertyContact
Gets Contact header field of the dialog.
Public propertyCSeq
Gets CSeq header field of the dialog.
Public propertyEventName
Gets Event header field of the dialog.
Public propertyFrom
Gets the originator of the request.
Public propertyLocalTag
Gets the local tag of the dialog.
Public propertyLocalUri
Gets the local URI of the dialog.
Public propertyRecordRoute
Gets Record-Route header field of the dialog.
Public propertyRemoteTag
Gets the remote tag of the dialog.
Public propertyRemoteUri
Gets the remote URI of the dialog.
Public propertyRequested
Returns true if you are sent request
Public propertyRoute
Gets Route header field of the dialog.
Public propertyRSeq
Gets RSeq header field of the dialog.
Public propertyState
Gets state of the dialog.
Public propertyTo
Gets To header field of the dialog.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also